const text/template/parse.itemIf

5 uses

	text/template/parse (current package)
		lex.go#L71: 	itemIf       // if keyword
		lex.go#L86: 	"if":       itemIf,
		parse.go#L406: 	case itemIf:
		parse.go#L548: 		if context == "if" && t.peek().typ == itemIf {
		parse.go#L616: 	if peek.typ == itemIf || peek.typ == itemWith {